/*公共样式*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-weight: normal;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    color: #333;
    font-family: "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
    font-size: 16px;
}

ul,
ol {
    list-style: none;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #294ac1;
}

em,
i {
    font-style: normal;
}

input,
select,
textarea {
    outline: none;
    padding: 0;
    border: none;
    margin: 0;
}

table {
    border-collapse: collapse;
}

.flex-btw {
    display: flex;
    justify-content: space-between;
}

.wrap-br {
    flex-wrap: wrap;
}

.overflow {
    overflow: hidden;
}

h2.title-s {
    position: relative;
    font-size: 30px;
}

h2.title-s span {
    color: #294ac1;
    font-weight: bold;
    margin-left: 30px;
}

h2.title-s.white- span {
    color: #fff;
}

h2.title-s span a {
    color: inherit;
}

h2.title-s::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: #294ac1;
    top: 14px;
    left: 0;
}

h2.title-s.white-::before {
    background: #fff;
}

em.title-en {
    color: #d1d8f4;
    font-family: 'Corbel', arial;
    margin-left: 10px;
    font-weight: lighter;
    font-size: 28px;
}

em.title-more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 36px;
    font-size: 16px;
}

h2.title-s1 {
    font-size: 0;
    color: #294ac1;
}

h2.title-s1 span {
    display: inline-block;
    padding: 5px 0 15px 0;
    cursor: pointer;
    font-size: 30px;
}

h2.title-s1 span a {
    color: inherit;
}

.guest-wrap li {
    width: 100%;
    height: 155px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.guest-wrap li::after,
.guest-wrap li a::before {
    content: "";
    position: absolute;
}

.guest-wrap li::after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
}

.guest-wrap li a::before {
    width: 70%;
    left: 15%;
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
}

.guest-wrap li:nth-of-type(2) {
    margin: 10px 0;
}

.guest-wrap li a {
    color: #fff;
    height: 135px;
    display: block;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

.guest-wrap li.guest-pic {
    background: url(../images/guest-pic.jpg) no-repeat;
    background-size: cover;
}

.guest-wrap li.chairman-pic {
    background: url(../images/chairman-pic.jpg) no-repeat;
    background-size: cover;
}

.guest-wrap li.city-pic {
    background: url(../images/city-pic.jpg) no-repeat;
    background-size: cover;
}

em.more- {
    width: 170px;
    height: 64px;
    display: block;
    background: #3982dc;
    text-align: center;
    line-height: 64px;
}

em.more- a {
    color: #fff;
    height: 100%;
    display: block;
}


/* 二级页面头部大图 */

.top-wrap {
    width: 100%;
    height: 320px;
    background: url(../images/s-top-bg.jpg) center -60px no-repeat;
}

.center {
    text-align: center;
}

.logo,
.current-title {
    display: inline-block;
    vertical-align: middle;
    margin-top: 140px;
}

.current-title {
    font-size: 34px;
    color: #fff;
    text-align: left;
    border-left: 1px solid #fff;
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
    line-height: 1;
}

.current-title::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.current-title span {
    font-size: 30px;
    display: block;
    font-family: Arial;
    margin-top: 12px;
}


/* 视频、图片 三等分 */

.news-style {
    width: 370px;
}

.news-pic span {
    width: 100%;
    display: block;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
}

.news-pic span img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.news-pic a:hover span img {
    transform: scale(1.2);
}

.news-pic p.p-s1 {
    text-align: center;
    font-size: 18px;
    height: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 0;
}

.news-pic a:hover {
    color: #294ac1;
}

i.v-icon {
    width: 73px;
    height: 73px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/icon.png) -350px 0 no-repeat;
}

.bgc-b {
    background: #c7e7fd;
    width: 100%;
}


/* 幻灯片 */

.pic-news1 ul li img,
.pic-news2 ul li img,
.scroll-pic ul li img,
.pic-group ul li img {
    width: 100%;
    display: block;
}

.pic-news2 ul li p,
.pic-news1 ul li p,
.scroll-pic ul li p,
.pic-group ul li p {
    width: 94%;
    font-size: 24px;
    height: 100px;
    padding: 0 3%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 60%);
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .8);
}

.pic-news1 ul li a,
.pic-news2 ul li a,
.scroll-pic ul li a,
.pic-group ul li a {
    color: #fff;
}

.circle-right .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}

.circle-right .swiper-pagination-bullet-active {
    opacity: 1;
}

.circle-right .swiper-pagination-bullets {
    bottom: 20px;
    text-align: right;
    right: 20px;
    left: auto;
}


/* 大会活动 */

.activity-wrap ol {
    background-color: #67b9ef;
    height: 80px;
    overflow: hidden;
    font-size: 0;
    line-height: 80px;
    width: 100%;
}

.activity-wrap ol li {
    display: inline-block;
    font-size:20px;
    padding:0 14px;
    height: 100%;
    color: #fff;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.activity-wrap ol li span {
    position: relative;
    z-index: 2;
    height: 100%;
    display: block;
}

.activity-wrap ol li:hover span::before,
.activity-wrap ol li.active span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    bottom: 0;
    left: 50%;
}

.activity-wrap ol li:hover::after,
.activity-wrap ol li.active:after {
    background-color: #294ac1;
}

.activity-wrap ol li::after {
    content: "";
    position: absolute;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 100%;
    height: 100%;
    transform: skewX(30deg);
    left: 0;
    top: 0;
}

.activity-wrap ol li:first-of-type::after {
    border-left: 1px solid transparent;
    padding-left: 100px;
    left: -100px;
}

.activity-wrap ol li:last-of-type::after {
    border-right: 1px solid transparent;
    padding-right: 100px;
}

.activity-wrap ul {
    overflow: hidden;
    height: 555px;
}

.min-h.activity-wrap ul {
    height: auto;
}

.activity-wrap ul::after {
    content: "";
    display: table;
    clear: both;
}

.activity-wrap ul li {
    width: 570px;
    margin-top: 20px;
    float: left;
}

.activity-wrap ul li:nth-of-type(even) {
    margin-left: 60px;
}

.activity- {
    display: none;
    margin-top: 10px;
}

.activity- ul.show {
    overflow: visible;
    height: auto;
}

.activity-:first-of-type {
    display: block;
}

.activity- ul li a,
.activity-wrap ul li a {
    display: flex;
    align-items: center;
}

.activity- ul li,
.activity-wrap ul li {
    background-image: linear-gradient(to right, rgba(27, 140, 254, .2) 0%, rgba(27, 140, 254, 0.01) 100%);
    border-radius: 10px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.activity-pic {
    /* width: 135px;
    height: 135px; */
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 10px;
    /* background-color: #f5f5f5; */
    overflow: hidden;
    margin: 0 10px;
}

.activity-pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.activity-wrap ul li a:hover h4 {
    color: #294ac1;
}

.activity-wrap ul li a:hover img {
    transform: scale(1.2);
}

.activity-txt {
    float: left;
    width: 470px;
}

.activity-txt h4 {
    font-size: 22px;
    line-height: 30px;
    /* height: 60px; */
}


/* @media screen and (max-width:1480px) {
    .activity-all .activity-pic {
        display: none;
    }
    .activity-all.activity-wrap ul li {
        width: 470px;
    }
    .activity-all .activity-txt {
        width: 100%;
    }
    .activity-all .activity-txt h4 {
        font-weight: bold;
    }
} */


/* @media screen and (min-width:1480px) and (max-width:1800px) { }*/


/* @media screen and (max-width:1800px) {
   
    .activity-all.activity-wrap ul li {
        width: 470px;
    }
    .activity-all .activity-txt {
        width: 100%;
    }
    .activity-all .activity-txt h4 {
        font-weight: bold;
    }
    .activity-wrap ol li {
        font-size: 18px;
        width: 165px;
    }
} */

.activity-txt p {
    font-size: 18px;
    line-height: 36px;
}

.activity-txt p i,
.time-addr i {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.activity-txt p i.time-icon,
.time-addr i.time-icon {
    background: url(../images/icon.png) 0 -200px no-repeat;
}

.activity-txt p i.addr-icon,
.time-addr i.addr-icon {
    background: url(../images/icon.png) -25px -200px no-repeat;
}

.more-arrow {
    text-align: center;
    display: none;
}

.more-arrow span {
    width: 200px;
    height: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    cursor: pointer;
    background: #f5f5f5;
}

.more-arrow span i {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url(../images/icon.png) 0 -225px no-repeat;
    transition: transform .3s;
}

.more-arrow span i.up-arrow {
    transform: rotateZ(180deg);
}

.li-style li {
    padding-left: 20px;
    position: relative;
}

.li-style li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #67b9ef;
    left: 0;
    top: 12px;
}

.pic-title {
    width: 340px;
    height: 386px;
    float: left;
    background: url(../images/forum-title-bg.jpg) no-repeat;
    text-align: center;
    margin-right: 50px;
}

.pic-title span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    border-bottom: 4px solid #ddd;
    display: inline-block;
    margin-top: 130px;
    line-height: 80px;
}

.forum-txt {
    font-size: 18px;
    line-height: 32px;
    float: left;
    width: 810px;
}

.forum-txt p {
    text-indent: 2em;
    margin: 0 0 30px;
}

.forum-txt h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.half-wrap {
    width: 580px;
    float: left;
}

.half-wrap:nth-of-type(2n) {
    margin-left: 40px;
}

.half-wrap1 {
    width: 560px;
    float: left;
}

.half-wrap1:nth-of-type(2n) {
    margin-left: 80px;
}

.half-wrap2 {
    width: 570px;
    float: left;
}

.half-wrap2:nth-of-type(2n) {
    margin-left: 60px;
}

h2.title-s1 span i {
    width: 35px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


/* 展会服务 */

.service-links {
    background: url(../images/service-link-bg.jpg) top center no-repeat;
    width: 100%;
}

.service-links ul li {
    width: 175px;
    font-size: 24px;
    text-align: center;
    color: #294ac1;
}

.service-links ul {
    display: flex;
    justify-content: space-around;
    padding: 70px 0;
    font-size: 24px;
}

.service-links ul li span {
    display: block;
    height: 175px;
    border-radius: 50%;
    background: #3a84dd;
    margin-bottom: 20px;
    position: relative;
}

.service-links ul li a {
    color: inherit;
}

.service-links ul li span::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    left: 15%;
    top: 15%;
    transition: .3s;
}

.service-links ul li:hover span::before {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
    border-color: #7cafed;
    background-color: rgba(255, 255, 255, .2);
}

.service-links ul li span i {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-top: 50px;
    background-color: #fff;
    transition: transform .3s;
}

.service-links ul li:hover span i {
    transform: scale(1.2);
}

.service-links ul li:hover a {
    font-weight: bold;
}

.service-links ul li span i.visitor-icon,
.system- ul li i.visitor-icon {
    background: url(../images/icon.png) 0 -330px no-repeat;
}

.service-links ul li span i.exhibitor-icon,
.system- ul li i.exhibitor-icon {
    background: url(../images/icon.png) -80px -330px no-repeat;
}

.service-links ul li span i.down-icon {
    background: url(../images/icon.png) -160px -330px no-repeat;
}

.service-links ul li span i.guide-icon {
    background: url(../images/icon.png) -240px -330px no-repeat;
}

.service-links ul li span i.how-icon {
    background: url(../images/icon.png) -320px -330px no-repeat;
}

.contact-wrap {
    background: url(../images/contact-us-bg.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 70px;
    width: 100%;
}

.half-list ul li {
    float: left;
    width: 570px;
    margin-top: 50px;
}

.half-list ul li a p {
    color: #888;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.half-list ul li h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.half-list ul li:nth-of-type(even) {
    margin-left: 50px;
}

.min-h {
    min-height: 550px;
}

.directory-search {
    padding: 40px 10px;
    background: #f6fbff;
    margin-bottom: 30px;
    text-align: center;
}

.directory-search input {
    width: 100%;
    border: 1px solid #ddd;
    height: 70px;
    padding: 0 2%;
    font-size: 18px;
    font-family: "Microsoft YaHei New", "Microsoft Yahei";
    box-sizing: border-box;
}

.directory-search .relative {
    width: 50%;
    margin: 0 auto;
}

.directory-search button {
    position: absolute;
    height: 72px;
    width: 90px;
    background: url(../images/icon.png) 20px -552px no-repeat;
    border: none;
    vertical-align: middle;
    right: 0;
    top: 0;
    cursor: pointer;
    outline: none;
}

.min-h.business-wrap {
    padding: 0;
    margin-top: 0;
    background: none;
    width: 100%;
}

.min-h.business-wrap ul li {
    margin: 30px 40px;
    float: left;
}

.min-h.business-wrap ul li a {
    color: #3982dc;
}

.min-h.business-wrap ul li a:hover {
    color: #294ac1;
}

.min-h.business-wrap ul li span::before {
    background: #3982dc;
}

.min-h.business-wrap ul li span {
    border-color: #94d0f5;
}

.min-h.service-links {
    background: none;
    width: 100%;
}

.address- {
    border-bottom: 1px solid #d4d4d4;
    color: #aaa;
    text-align: right;
    padding-bottom: 20px;
    line-height: 1;
    font-size: 14px;
}

.address- a {
    color: inherit;
}

.address- a:hover {
    color: #294ac1;
}

.list-page {
    line-height: 30px;
}

.list-page a {
    padding: 0 15px;
    display: inline-block;
    border: 1px solid #294ac1;
    color: #294ac1;
    border-radius: 3px;
}

.list-page a:hover {
    background: #aee3fa;
}

.list-page #txtPageIndex {
    border: 1px solid #294ac1;
    border-radius: 3px;
    height: 26px;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 18px;
}

.list-page #Go {
    background: #3982dc;
    color: #fff;
    cursor: pointer;
    height: 26px;
    border-radius: 3px;
    margin-left: 10px;
}

.activity-wrap {
    margin-top: 10px;
}

@media screen and (max-width: 1800px) {
    .activity-all ul li {
        width: 470px;
    }
    .activity-all .activity-txt {
        width: 370px;
    }
}

@media screen and (max-width:1366px) {
    .top-wrap,
    .service-links,
    .business-wrap,
    .contact-wrap {
        width: 1366px;
    }
    .content {
        margin-left: 80px;
    }
      .activity-wrap.a-w ol li {
        font-size:19px;
        padding:0 5px 0 6px;
    }
    .activity-wrap ul li {
        width: 470px;
    }
    .activity-txt {
        width: 370px;
    }
    .pic-news2 {
        width: 480px!important;
        height: 340px!important;
    }
    .min-h.activity-wrap ol li {
        width: 166px;
        font-size: 18px;
    }
}

.min-h.service-links {
    background: none;
    width: 100%;
}

.list-page {
    line-height: 30px;
}

.list-page a {
    padding: 0 15px;
    display: inline-block;
    border: 1px solid #294ac1;
    color: #294ac1;
    border-radius: 3px;
}

.list-page a:hover {
    background: #aee3fa;
}

.list-page #txtPageIndex {
    border: 1px solid #294ac1;
    border-radius: 3px;
    height: 26px;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 18px;
}

.list-page #Go {
    background: #3982dc;
    color: #fff;
    cursor: pointer;
    height: 26px;
    border-radius: 3px;
    margin-left: 10px;
}

@media screen and (max-width:1800px) {
    .min-h.business-wrap ul li {
        margin: 30px 70px;
    }
}


/* @media screen and (min-width:1800px) and (max-width:1920px) {
    .min-h.business-wrap ul li {
        margin: 30px 70px;
    }
} */

@media screen and (max-width:1366px) {
    .top-wrap,
    .service-links,
    .business-wrap,
    .contact-wrap {
        width: 1366px;
    }
    .content {
        margin-left: 80px;
    }
}

.banner {
    background: #43aefa;
    text-align: center;
    height: 130px;
    color: #fff;
    line-height: 130px;
}

.banner img {
    display: block;
    height: 100%;
}